(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/iffparse.h>
void CloseClipboard()
SYNOPSIS
struct ClipboardHandle * clipHandle
LOCATION
In IFFParseBase at offset 42
FUNCTION
Closes the clipboard.device and frees the ClipboardHandle
INPUTS
clip
pointer to a ClipboardHandle struct created with OpenClipboard.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
OpenClipboard(), InitIFFAsClip()
INTERNALS
HISTORY
03.02.1997 digulla
Some major hacks because we don't have A6 - The IFFParseBase must be passed to the hooks in hook->h_Data.
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen